From 2929621d0565d007825ba1adbe9b3d6c9ae6ce33 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Mon, 1 Feb 2016 15:15:56 +0100 Subject: [PATCH] colorswatch: Remove unused constant --- gtk/gtkcolorswatch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkcolorswatch.c b/gtk/gtkcolorswatch.c index 8d1b6089d2..ff4b8b2fd2 100644 --- a/gtk/gtkcolorswatch.c +++ b/gtk/gtkcolorswatch.c @@ -97,7 +97,6 @@ swatch_draw (GtkWidget *widget, } #define INTENSITY(r, g, b) ((r) * 0.30 + (g) * 0.59 + (b) * 0.11) -#define PIXBUF_SIZE 16 static gboolean gtk_color_swatch_render (GtkCssGadget *gadget, -- 2.30.2